home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_173468.txt < prev    next >
Text File  |  1987-11-25  |  2KB  |  85 lines

  1. -- card: 173468 from stack: in
  2. -- bmap block id: 147389
  3. -- flags: 0000
  4. -- background id: 26523
  5. -- name: Intro
  6. ----- HyperTalk script -----
  7. on closeStack
  8.   -- don't show menuBar when going to samples
  9. end closeStack
  10.  
  11.  
  12.  
  13. -- part 3 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=48 top=141 right=200 bottom=116
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect zoom open
  28.   go to card id 15413 of Help Samples
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 4 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=48 top=213 right=274 bottom=114
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual effect zoom open
  48.   go to card id 3580 of stack "Help Samples"
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 5 (button)
  54. -- low flags: 00
  55. -- high flags: 0000
  56. -- rect: left=52 top=75 right=114 bottom=107
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: 
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual effect barn door open
  68.   go to card id 11400 of Help Samples
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part contents for background part 1
  74. ----- text -----
  75.             The picture at the left is also a button.  Click it 
  76.             to see a card you might use to keep track of 
  77.             expenses.
  78.             
  79.             Click this business diary to see how you could 
  80.             keep track of your appointments in a Daily 
  81.             Calendar stack.
  82.  
  83.             And click the file cabinet to see a collection of
  84.             other stack possibilities.
  85.